Create SNS Topic

 

An Amazon SNS topic is a logical access point that acts as a communication channel. A topic lets you group multiple endpoints (such as AWS Lambda, Amazon SQS, HTTP/S, or an email address). To broadcast the messages of a message-producer system (for example, an e-commerce website) working with multiple other services that require its messages (for example, checkout and fulfillment systems), you can create Amazon SNS topic for your producer system.

Prerequisite: access right to create the topic in SNS

Create project in anypoint studio and configure the listener to trigger the flow

Drag and drop create Amazon SNS topic and provide the connector configuration

Create SNS Topic

 

Configure the topic name

Create SNS Topic

 

Deploy the project and trigger from soap ui

Create SNS Topic

 

Topic Created in AWS SNS

 

Sample application:createsnstopic sample application

Soap UI Project:CreateSNSTopic.xml

  
Thank you for taking out time to read the above post. Hope you found it useful. In case of any questions, feel free to comment below. Also, if you are keen on knowing about a specific topic, happy to explore your recommendations as well.
 
For any latest updates or posts on our website, you can follow us on LinkedIn. Look forward to connecting with you there.


Share this:
Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
deepu
deepu
1 year ago

How to create sns topic using rest api in postman